home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / actions / 00508_Script_Purple mail highlight < prev    next >
Encoding:
Text File  |  2000-09-20  |  198 b   |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to "mail purple highlight"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "Mail purple"
  9.  
  10. end
  11.